-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove votesTokenMasterCopyContract from interfaces #1643
Remove votesTokenMasterCopyContract from interfaces #1643
Conversation
✅ Deploy Preview for fractal-dev ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
src/types/strategyAzorius.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slowly killing these interfaces heheheheh
src/types/fractal.ts
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slowly killing these interfaces heheheheh
@@ -31,7 +31,7 @@ export type NetworkConfig = { | |||
fractalAzoriusMasterCopy: string; | |||
fractalModuleMasterCopy: string; | |||
fractalRegistry: string; | |||
votesERC20MasterCopy: string; | |||
votesERC20MasterCopy: Address; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also sneaking this update into this PR. See all of the networkconfig file changes as well.
Honestly though, these changes aren't even necessary at this stage in the refactoring I don't think.
After removing the @fractal-framework/fractal-contracts
imports from the whole codebase except for the contract addresses in the various network config files, then I'll go through and fix the types of all contracts to be Address
.
01d4bd7
to
718fd50
Compare
7557352
to
e00e034
Compare
…nd FractalContracts interface, fix all typescript issues
e00e034
to
f0f4b26
Compare
…ntract-from-interfaces Remove votesTokenMasterCopyContract from interfaces
Please review and merge #1642 first.